ResourceLock Method (Int32) |
Lock a resource based on the given parameters.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic ActiveLock Lock(
int timeout
)
Public Function Lock (
timeout As Integer
) As ActiveLock
Parameters
- timeout
- Type: SystemInt32
The lock timeout in seconds.
Return Value
Type:
ActiveLockAn ActiveLock as result of lock operation.
See Also